body.domov
 {
            background-image: url("programiranje ozadje.webp");
            margin: 0%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-family: 'Times New Roman', Times, serif;
        }

        .podatki h1 {
            font-size: 70px;
            margin-bottom: 5px;
            margin-top: 10px;
        }

        .podatki h2 {
            font-size: 30px;
            margin-bottom: 25px;
            margin-top: 10px;
        }

        .podatki p {
            font-size: 20px;
            margin-bottom: 5px;
            margin-top: 10px;
        }

        .podatki {
            text-align: center
        }

        .podatki a {
            color: white;
            text-decoration: none
        }

        .logotip {
            position: absolute;
            top: 20px;
            left: 20px;
            width: 100px
        }

        .meni {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: fixed;
            padding: 10px;
            top: 45px;
            left: 150px;
            width: 85%;
            font-size: 25px
        }

        .meni a {
            display: flex;
            gap: 10px;
            text-decoration: none;
            color: white
        }